projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
744d746
)
(Fplist_member): Add prototype.
author
Pavel Janík
<Pavel@Janik.cz>
Mon, 18 Mar 2002 18:16:25 +0000
(18:16 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Mon, 18 Mar 2002 18:16:25 +0000
(18:16 +0000)
src/ChangeLog
patch
|
blob
|
history
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 0974d0b87c0cf5c627e7b6aec7abb8861a9b2e2a..8d00ee9c73c84d195cdc3b32225f538d6385e022 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2002-03-18 Pavel Jan
\e
,Bm
\e
(Bk <Pavel@Janik.cz>
+
+ * lisp.h (Fplist_member): Add prototype.
+
2002-03-18 Kim F. Storm <storm@cua.dk>
* config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
diff --git
a/src/lisp.h
b/src/lisp.h
index 4217da850907f56ac4bf91e08a5bf9ea100ed5f2..e73af7c19d599f3132e709a7114cac5779c9ac8b 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-2239,6
+2239,7
@@
extern Lisp_Object string_make_unibyte P_ ((Lisp_Object));
EXFUN (Fcopy_alist, 1);
EXFUN (Fplist_get, 2);
EXFUN (Fplist_put, 3);
+EXFUN (Fplist_member, 2);
EXFUN (Fset_char_table_parent, 2);
EXFUN (Fchar_table_extra_slot, 2);
EXFUN (Fset_char_table_extra_slot, 3);